From 890c1c24a1bf4469cebccb415e9a238060be5a7e Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 25 Oct 2010 20:25:43 +0000 Subject: [PATCH] Followup r74035, add GAID_FOR_UPDATE to the defines for back-compat --- includes/Defines.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/Defines.php b/includes/Defines.php index f5afd26556..85db9901b9 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -238,6 +238,12 @@ define( 'SLH_PATTERN', 1 ); */ define( 'RLH_FOR_UPDATE', 1 ); +/** + * @deprecated This used to be a define in Title.php, but was moved to + * Title::GAID_FOR_UPDATE in 1.17. This will probably be removed in 1.18 + */ +define( 'GAID_FOR_UPDATE', 1 ); + /**@{ * Autopromote conditions (must be here and not in Autopromote.php, so that * they're loaded for DefaultSettings.php before AutoLoader.php) -- 2.20.1